home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Friends / Wave / WavesWorld / Source / IBPalettes / WWTCLKit / WWTTConnectorAgent.h < prev    next >
Encoding:
Text File  |  1995-03-22  |  442 b   |  19 lines

  1. /* ConnectorAgent.h
  2.  * Written By:  Thomas Burkholder
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  */
  8.  
  9. // name space protected for WavesWorld by the addition of the "WWTT" prefix
  10.  
  11. #import <appkit/appkit.h>
  12. #import "WWTTSortedList.h"
  13.  
  14. @interface WWTTConnectorAgent:Object <SortedListAgent>
  15. {
  16. }
  17.  
  18. @end
  19.